home *** CD-ROM | disk | FTP | other *** search
Text File | 2000-01-29 | 630 b | 65 lines | [TEXT/ttxt] |
- // RV
- // herve.nicol@infini.fr
- // This is a modified Neo World
-
-
- Resn=25,
-
- Durn="3.5",
-
-
- CamX="0",
- CamY="0",
- CamZ="25",
-
- // Move in the stars!
- CmLX="sin(t)",
- CmLY="cos(t)",
- CmLZ="0",
-
- // Makes the stars turn around
- CUpX="sin(3*t/5)",
- CUpY="cos(3*t/7)",
- CUpZ="0",
-
-
- R="1-dt",
- G="1-dt",
- B=".4",
-
- LvlR="1",
- LvlG="0",
- LvlB="0",
-
- BckR="0",
- BckG="0",
- BckB=".4",
-
- LWdt=".1+1.9*BASS1",
-
- widt=250,heig=250,
-
-
- Fall=".035",
-
-
- D0="seed( s )",
- D1="st + rnd( 10 )",
- D2="seed( s * trnc( d1 ) )",
- D3="trnc( rnd( 50 ) - 25 )",
- D4="trnc( rnd( 50 ) - 25 )",
-
-
- X="d4",
- Y="d3",
- Z="150 * (wrap(d1) + dt)",
-
-
- Scal="1000",
-
- ScSz=1,
-
- Pers="220",
-
-
- Vers=30